home *** CD-ROM | disk | FTP | other *** search
/ Plug Into a Brand New World / Plug Into a Brand New World Version 1.3.BIN / IO-PU521-B / MAC V1.0.2 / Archive.pax.gz / Archive.pax / VIAUHCIdriver.kext / Contents / Info.plist next >
Extensible Markup Language  |  2003-12-30  |  1KB  |  48 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>VIAUHCIdriver</string>
  9.     <key>CFBundleIdentifier</key>
  10.     <string>com.mysoftwareguy.driver.VT6202</string>
  11.     <key>CFBundleInfoDictionaryVersion</key>
  12.     <string>6.0</string>
  13.     <key>CFBundleName</key>
  14.     <string>I/O Kit Driver for VIA USB UHCI VT6202 controller</string>
  15.     <key>CFBundlePackageType</key>
  16.     <string>KEXT</string>
  17.     <key>CFBundleSignature</key>
  18.     <string>????</string>
  19.     <key>CFBundleVersion</key>
  20.     <string>1.0.2</string>
  21.     <key>IOKitPersonalities</key>
  22.     <dict>
  23.         <key>VT6202</key>
  24.         <dict>
  25.             <key>CFBundleIdentifier</key>
  26.             <string>com.mysoftwareguy.driver.VT6202</string>
  27.             <key>IOClass</key>
  28.             <string>com_mysoftwareguy_driver_VT6202</string>
  29.             <key>IOKitDebug</key>
  30.             <integer>65535</integer>
  31.             <key>IOPCIMatch</key>
  32.             <string>0x30381106 0x12341106</string>
  33.             <key>IOProviderClass</key>
  34.             <string>IOPCIDevice</string>
  35.             <key>IOUserClientClass</key>
  36.             <string>IOUSBControllerUserClient</string>
  37.         </dict>
  38.     </dict>
  39.     <key>OSBundleLibraries</key>
  40.     <dict>
  41.         <key>com.apple.iokit.IOPCIFamily</key>
  42.         <string>1.1</string>
  43.         <key>com.apple.iokit.IOUSBFamily</key>
  44.         <string>1.9.5</string>
  45.     </dict>
  46. </dict>
  47. </plist>
  48.